home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / dialog / dialogjb / file_id.diz < prev   
Encoding:
Text File  |  1995-08-27  |  886 b   |  25 lines

  1.  
  2. DIALOGJB 1.0 VB4Win Code that replaces Common Dialog VBX & DLL
  3. Keywords--WINDOWS VISUAL BASIC VB VB3 COMMON DIALOG FILE OPEN SAVE
  4. FILES: DIALOGJB.TXT
  5.        DIALOGJB.FRM  
  6.        DLGJB2.FRM
  7.  
  8. AUTHOR: James Bair
  9. REGISTRATION: 0
  10.  
  11. Simple Visual Basic code which opens a Common Dialog box like that
  12. which comes with the COMMDLG.DLL and various VBX's. Gives you freedom
  13. to place it where you want on screen, add colors, bitmaps, and other 
  14. controls. Most importantly, it takes up a lot less space because it
  15. does not need any add-on DLL or VBX files.
  16.  
  17. HARDWARE REQUIREMENTS: IBM/PC Compatible computer which can run Windows
  18.     3.0 or higher.
  19. OTHER REQUIREMENTS: Requires Visual Basic for Windows
  20.  
  21. [40 Character Line]
  22. Visual Basic code for Common File Open
  23. or Save Dialog Box using NO DLL's or
  24. VBX's and giving ability to position
  25. or edit. Uses Visual Basic for Windows.